* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

/* Style the tab */
.tab {
  float: left;
  width: 29%;
  /* height: 300px; */
  text-align: center;
}
.grid-2{
  display: flex;
  text-align: left;
}
.tab h1 {
  color: #214B8A;
  font-weight: lighter;
  margin-bottom: 5rem;
}

.tabcontent h3 {
  color: #214B8A;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  border-radius: 20px;
  background-color: #EBF0FF;
  color: #214B8A;
  padding: 10px 16px;
  width: 42%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin: 1rem auto;
  font-family: 'Advent Pro', sans-serif !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #235498;
  color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #235498;
  color: #fff;
}

.scroll-icon{
  width: 55px;
  height: 55px;
  position: fixed;
  bottom: 30px;
  left: 48vw;
  z-index: 2000;
  background-image: url('../assets/UI/scroll-bar.png');
  background-size: cover;
  pointer-events: none;
}

/* Style the tab content */
.tabcontent{
  width: 100%;
  border-left: none;
  margin: 0 auto !important;
  z-index: -4100;
  text-align: center;
  align-content: center;
  align-items: center;
  /* height: 300px; */
}
.pqrs{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.row{
  height: auto;
}


.contact-title{
  display: flex;
  justify-content: center;
  color: #1b1e21 !important;
  flex-wrap: wrap;
  padding: 20px;
  text-align: center;
}
.contact-title p {
  font-size: 17px;
  color: #1b1e21 !important;
  margin-top: 5px;


}
.contact-title h2{
  color: #214b89; !important;
  font-size: 25px;
}
footer .iconify {
  font-size: 2.5rem;
}

.intro {
  height: 650px !important;
  margin-top: 8vw;
}

.intro h1:nth-child(2) span:nth-child(1) {
  font-size: 2rem;

}



.intro h1 {
  color: #214B8A;
}



.intro h1:nth-child(1) span:nth-child(1) {
  font-size: 4rem;
}

.intro h1:nth-child(1) .span2 {
  font-size: 2.3rem;
  font-weight: lighter;
}

.intro h1:nth-child(2) span:nth-child(1) {
  font-size: 2.3rem;
  font-weight: lighter;
}


.items {
  width: 100%;
  min-height: 85vh;
  font-family: 'Advent Pro', sans-serif !important;
}

.items .text-slick {
  font-size: 5rem;
  color: #fff;
}

.items div {
  display: flex !important;
  min-height: 85vh;
  align-items: center;
  justify-content: center;
}

.items span {
  text-align: center;

}

.items p {
  font-size: 1.5rem;
  color: #fff;
}

.slick-list {
  min-height: 85vh;
  cursor: grab;
}

.slick-next {
  display: none !important;
}

.slick-prev {
  display: none !important;
}

.cardLeft {
  visibility: hidden;
  height: auto;
  position: relative;
}

.cardRight {
  visibility: hidden;
  height: auto;
  position: relative;
}

.card{
  margin-left: 22px;
  width: 25vw;
  margin-bottom: 20px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 0px 44px -11px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:0px 0px 44px -11px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 44px -11px rgba(0, 0, 0, 0.2);
  max-width: 350px;
  min-width: 260px;

}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.nav-item{
  margin-top: 8px;
}
.animation-element {
  opacity: 0;
  position: relative;
}
.logo-main{
  width: 175px;
}

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* animation section 1 */
.slide-in-bottom {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-in-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.boxshadow {
  box-shadow: 10px -1px 18px -2px #999;
}
.text-header{
  margin-left: -10px !important;
}

.btn-ingresar .icon-align{
  margin-bottom: 7px;
}


.description-main{
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 20px !important;
}
.main-title{
  font-size: 45px;
}
.main-image{
  width: 90%;
}



@media(max-width: 992px) {
.card{
  width: 80% !important;
  max-width: 80% !important;
  min-width: 80% !important;
  margin: 0 auto;
  margin-bottom: 20px;
}
  .pb-5{
    display: none !important;
  }
  .form-control{
    width: 80vw !important;
    margin-bottom: 22px !important;
    margin-top: 18px !important;
    max-width: 500px !important;
    border-radius: 5px !important;
  }

}

@media(max-width: 990px) {
  .main-title {
    font-size: 37px;
    margin: 0px !important;
    padding: 0px !important;
  }
  .intro{
    margin-top: 0px;
  }

}
@media(max-width: 767px) {
  .main-title {
    font-size: 38px;
  }

  .intro{
    height: 850px !important;
  }

  .grid-2{
    flex-direction: column;
    justify-content: space-between;
    height: 850px !important;
    margin: 0;
  }

  .intro{
    margin-top: 150px;
  }
}


@media(max-width: 767px) {

  .main-image{
    margin-top: -610px;
    max-width: 400px;
    width: 35vw;
    min-width: 230px;
  }
  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .items .text-slick {
    font-size: 2rem;
    color: #fff;
  }
  .scroll-icon{
    left: 20px;

  }
}

@media(max-width: 576px) {

  .text-center{
    font-size: 30px;
    margin-top: -60px;
  }

  .intro a {
    font-size: 1.5rem;
  }

  .intro {
    min-height: 146vh;
  }

  .intro h1 {
    color: #214B8A;
    text-align: center;
  }

  .items p {
    font-size: 1rem;

  }

  .intro h1:nth-child(1)::before {
    left: 77px;
  }

  .intro{
    margin-top: 30px;
    height: 650px!important;
    min-height: 0px !important;
  }
  .main-title{
    font-size: 27px;

  }
  .description-main{
    font-size: 16px !important;

  }
  .card{
    padding: 22px !important;
  }
  .text-secondd {
      margin-top: -60px !important;
    }
  .container{
    margin-left: -1vw !important;
  }

}
@media(max-width: 400px) {
  .scroll-icon{
    left: 5px;

  }
  .main-title{

    width: 104%;
    margin: 0 auto;
  }
  .logo-main{
    width: 120px !important;
  }
  .container{
    margin-left: -3vw !important;
  }
  .tabcontent{
    margin-left: 3vw !important;
  }
  .text-secondd{
    margin-left: 3vw !important;

  }

}

